aboutsummaryrefslogtreecommitdiff
path: root/vm/interp/InterpState.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for sample profiling in traceview.Jeff Hao2013-08-281-0/+1
* JIT tuning; set cache size on command linebuzbee2013-05-231-1/+1
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-0/+20
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Pack interpSave struct to fix x86 & Arm diffsbuzbee2011-05-251-1/+1
* Interpreter/Debugger fix #4479968buzbee2011-05-251-0/+1
* x86 interpreter fixbuzbee2011-05-021-0/+2
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-28/+20
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-38/+26
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-1/+1
* Move the verifier and parts of the interpreter into C++.Carl Shapiro2011-04-151-7/+7
* Move fundamental object definitions and operations to C++Carl Shapiro2011-04-131-0/+8
* Add safepoint callback for gcbuzbee2011-03-281-1/+4
* Interpreter restructuringbuzbee2011-03-231-5/+67
* Handle relocatable class objects in JIT'ed code.Ben Cheng2011-03-101-10/+14
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-191-0/+177