index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
jit
/
jit_code_cache.h
Age
Commit message (
Expand
)
Author
2021-11-29
Simplify hotness count in baseline compiled code.
Nicolas Geoffray
2021-11-17
Revert "Support calling entry / exit hooks from JIT code for non-debuggable"
Mythri Alle
2021-11-17
Support calling entry / exit hooks from JIT code for non-debuggable
Mythri Alle
2021-03-15
Store inline caches in StackHandleScope<> in HInliner.
Vladimir Marko
2020-08-24
Move the profiling info out of ArtMethod.
Nicolas Geoffray
2020-08-10
Reland "Cleanups around the creation of ProfilingInfo."
Nicolas Geoffray
2020-08-06
Revert "Cleanups around the creation of ProfilingInfo."
Lokesh Gidra
2020-08-06
Cleanups around the creation of ProfilingInfo.
Nicolas Geoffray
2020-08-05
Remove obsolete saved_entry_point field in ProfilingInfo.
Nicolas Geoffray
2020-07-27
runtime/jit: inclusive language fixes
Orion Hodson
2020-07-03
Create individual counters and timers for compilation kinds.
Nicolas Geoffray
2020-06-18
Introduce an enum for the compilation kind.
Nicolas Geoffray
2020-06-16
Fix a braino when marking a method as being compiled.
Nicolas Geoffray
2020-05-11
Continue try allocating until we've reached max capacity.
Nicolas Geoffray
2020-03-25
Add more logging and sanity checks for JIT mini-debug-info.
David Srbecky
2020-03-23
Call JitCodeCache::FreeAllMethodHeaders under JIT lock.
David Srbecky
2020-03-20
Fix relation between debuggable / JIT zygote.
Nicolas Geoffray
2020-03-12
Refactor RemoveNativeDebugInfoForJit.
David Srbecky
2020-03-10
Jit-zygote compiled code isn't debuggable
Alex Light
2020-03-10
Clear PreCompiled when we transition to debuggable after zygote fork
Alex Light
2019-12-03
JIT baseline: trigger optimized compilation on hotness threshold.
Nicolas Geoffray
2019-10-31
[jitzygote] Remap boot boot image methods in zygote when single-threaded.
Nicolas Geoffray
2019-10-29
[jitzygote] Map the boot image fd after the contents have been written.
Nicolas Geoffray
2019-10-10
Revert^2 "JIT: Separate code allocation and initialization."
David Srbecky
2019-10-09
Revert "JIT: Separate code allocation and initialization."
Nicolas Geoffray
2019-10-09
JIT: Separate code allocation and initialization.
David Srbecky
2019-10-08
JIT mini-debug-info: Generate the debug info sooner.
David Srbecky
2019-10-06
Share boot image methods memory in JIT zygote.
Nicolas Geoffray
2019-09-18
Revert "Revert "Basic structural redefinition support""
Nicolas Geoffray
2019-09-18
Revert "Basic structural redefinition support"
Nicolas Geoffray
2019-09-17
Basic structural redefinition support
Alex Light
2019-09-01
Fix JIT data dual mapping for apps.
David Srbecky
2019-08-16
JIT mini-debug-info: Remove global maps.
David Srbecky
2019-07-18
jitzygote: Handle case of methods having the resolution stub.
Nicolas Geoffray
2019-07-05
Store zygote compiled code in a shared map.
Nicolas Geoffray
2019-06-28
Revert "Revert "Make the JIT zygote memory shared.""
Nicolas Geoffray
2019-06-26
Revert "Make the JIT zygote memory shared."
Nicolas Geoffray
2019-06-26
Make the JIT zygote memory shared.
Nicolas Geoffray
2019-06-24
Move code writing to data portion of the JIT cache in JitMemoryRegion.
Nicolas Geoffray
2019-06-18
For 32-bit ARM devices align method headers and code to 64-byte
Orion Hodson
2019-06-10
Pass the memory region to allocate into to the compiler / allocation.
Nicolas Geoffray
2019-06-06
Move memory related regions of the JIT cache in its own class.
Nicolas Geoffray
2019-06-06
Remove requirement of a ProfilingInfo for jitted code.
Nicolas Geoffray
2019-06-04
ART: Avoid shared cache lines for JIT code allocations
Orion Hodson
2019-04-12
Save the JIT compiled code when the class isn't initialized yet.
Nicolas Geoffray
2018-12-19
Deoptimize zygote compiled methods in DeoptimizeBootImage.
Nicolas Geoffray
2018-12-06
Enable JIT in zygote.
Nicolas Geoffray
2018-11-27
Revert^2 "Refactor code around JIT creation."
Nicolas Geoffray
2018-11-26
Revert "Refactor code around JIT creation."
Andreas Gampe
2018-11-21
Refactor code around JIT creation.
Nicolas Geoffray
[next]