Talk:Adaptive optimization

Not original author, but I am pretty sure he doesn't mean reverse execution in theory. I agree with "which states that deoptimization is related to switch from

Talk:Adaptive optimization

RE: reverse execution

Not original author, but I am pretty sure he doesn't mean reverse execution in theory. I agree with "which states that deoptimization is related to switch from optimized native code back to unoptimized interpreted code."

> Anyway, I'd be very interested in an implementation for the HotSpot JVM!

This is not an implementation of the HotSpot, while I do think that hot spot does have this (after all they do OSR) Here is a reference that explicitly uses the wording "reverse transition" to refer to "from compiled to interpreter".

https://dl.acm.org/citation.cfm?id=191116 — Preceding unsigned comment added by Erickomoto (talkcontribs) 21:51, 18 July 2018 (UTC)Reply

reverse execution

The sentence "In some systems, notably the Java Virtual Machine, execution over a range of bytecode instructions can be provably reversed." sound as if especially the JVM supports reverse execution. Does it really? Or did the author mean: interpreted languages generally support reverse execution in theory?


I searched for information about reverse execution in HotSpot JVM but all I found was a glossary (glossary) which states that deoptimization is related to switch from optimized native code back to unoptimized interpreted code. There is just a research article on a prototypical implementation for Kaffe which supports reverse execution.

Anyway, I'd be very interested in an implementation for the HotSpot JVM!

BTW: According to google search results 'unwind' usually refers to exception handling and unwinding the call stack to find matching exception handlers or unwinding loops which seems to be an optimization technique.

examples of other implementations

it would be better to cite other implementations of this, pypy for example

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.