Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Optimizing compiler
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Prescient store optimizations=== {{anchor|Prescient store}}Prescient store optimizations allow store operations to occur earlier than would otherwise be permitted in the context of [[Threads (computer science)|threads]] and locks. The process needs some way of knowing ahead of time what value will be stored by the assignment that it should have followed. The purpose of this relaxation is to allow compiler optimization to perform certain kinds of code rearrangements that preserve the semantics of properly synchronized programs.<ref>{{cite book|chapter-url=http://titanium.cs.berkeley.edu/doc/java-langspec-1.0/17.doc.html#45376|chapter=17 Threads and Locks|at=17.8 Prescient Store Actions|title=The Java Language Specification|url=http://titanium.cs.berkeley.edu/doc/java-langspec-1.0/index.html|author1=James Gosling|author1-link=James Gosling|author2=Bill Joy|author2-link=Bill Joy|author3=Guy Steele|author3-link=Guy L. Steele Jr.|edition=1.0}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)