Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
e3f775bace85f4fe02dfd4042091d2f7d6fcbc25
/
runtime
/
jit
/
jit_code_cache.cc
e3f775b
Address comments from aog/1180224.
by Nicolas Geoffray
· 7 years ago
a59af8a
JIT baseline: trigger optimized compilation on hotness threshold.
by Nicolas Geoffray
· 7 years ago
de3e51d
If a collection is in progress, we need to mark new code.
by Nicolas Geoffray
· 7 years ago
e3884e3
[jitzygote] Map the boot image fd after the contents have been written.
by Nicolas Geoffray
· 7 years ago
5115a4d
Clean up initialization checks for entrypoints.
by Vladimir Marko
· 7 years ago
cce414f
Delay entrypoint update until visibly initialized.
by Vladimir Marko
· 7 years ago
adb66f9
Revert^2 "JIT: Separate code allocation and initialization."
by David Srbecky
· 7 years ago
63b0c26
Revert "JIT: Separate code allocation and initialization."
by Nicolas Geoffray
· 7 years ago
e1b36f0
JIT: Separate code allocation and initialization.
by David Srbecky
· 7 years ago
444e998
JIT mini-debug-info: Generate the debug info sooner.
by David Srbecky
· 7 years ago
1cef6b2
Add and use a read-barrier free NeedInitializationCheck method.
by Nicolas Geoffray
· 7 years ago
623d4f1
Share boot image methods memory in JIT zygote.
by Nicolas Geoffray
· 7 years ago
5a0b672
Boot image: only use the resolution stub when there is AOT code.
by Nicolas Geoffray
· 7 years ago
4ac0e15
Revert "Revert "Basic structural redefinition support""
by Nicolas Geoffray
· 7 years ago
5a2301d
Revert "Basic structural redefinition support"
by Nicolas Geoffray
· 7 years ago
c971eaf
Basic structural redefinition support
by Alex Light
· 7 years ago
87fb032
Fix JIT data dual mapping for apps.
by David Srbecky
· 7 years ago
8fc2f95
JIT mini-debug-info: Remove global maps.
by David Srbecky
· 7 years ago
ac8f936
JIT code cache: Don't set footprint limit for data portion.
by David Srbecky
· 7 years ago
44b977d
Print more JIT memory use stats.
by David Srbecky
· 7 years ago
f2dcba0
Fix statistics reporting in JIT.
by Nicolas Geoffray
· 7 years ago
de0ccff
Fix a braino in GetSavedEntryPointOfPreCompiledCode.
by Nicolas Geoffray
· 7 years ago
3238440
jitzygote: Handle case of methods having the resolution stub.
by Nicolas Geoffray
· 7 years ago
b08d5db
Move location of where we clear thread pool tasks post fork.
by Nicolas Geoffray
· 7 years ago
e32d24c
Store zygote compiled code in a shared map.
by Nicolas Geoffray
· 7 years ago
af213cc
Fix ClearEntryPointsInZygoteExecSpace.
by Nicolas Geoffray
· 7 years ago
88f3fd9
jitzygote: madvise DONTFORK on writable shared region.
by Nicolas Geoffray
· 7 years ago
a48c3df
Revert "Revert "Make the JIT zygote memory shared.""
by Nicolas Geoffray
· 7 years ago
e764f38
Remove unnecessary cache alignment fixes
by Orion Hodson
· 7 years ago
2fef66b
Revert "Make the JIT zygote memory shared."
by Nicolas Geoffray
· 7 years ago
aeb0223
Retry cache flushes on ARMv7 devices
by Orion Hodson
· 7 years ago
05f8721
Make the JIT zygote memory shared.
by Nicolas Geoffray
· 7 years ago
00a37ff
Move code writing to data portion of the JIT cache in JitMemoryRegion.
by Nicolas Geoffray
· 7 years ago
a61dbc0
Remove useless ScopedCodeCacheWrite calls.
by Nicolas Geoffray
· 7 years ago
349845a
Move JIT code allocation to JitMemoryRegion.
by Nicolas Geoffray
· 7 years ago
521ff98
For 32-bit ARM devices align method headers and code to 64-byte boundaries.
by Orion Hodson
· 7 years ago
3149252
Fix memory leak in JIT cache
by Orion Hodson
· 7 years ago
9c54e18
Simplify JIT memory region creation.
by Nicolas Geoffray
· 7 years ago
741a070
Fix two bugs in jitzygote configuration.
by Nicolas Geoffray
· 7 years ago
7f7539b
Pass the memory region to allocate into to the compiler / allocation.
by Nicolas Geoffray
· 7 years ago
2a905b2
Move memory related regions of the JIT cache in its own class.
by Nicolas Geoffray
· 7 years ago
d2f13ba
Remove requirement of a ProfilingInfo for jitted code.
by Nicolas Geoffray
· 7 years ago
df1ab20
ART: Avoid shared cache lines for JIT code allocations
by Orion Hodson
· 7 years ago
eab0248
Clean up after obsolete methods update fix.
by Vladimir Marko
· 7 years ago
c45b589
jitzygote: JIT native methods on first use.
by David Srbecky
· 7 years ago
605a5fe
jitzygote: Fix DCHECKs
by David Srbecky
· 7 years ago
3db3d37
Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation.
by David Srbecky
· 7 years ago
a3b31ba
Fix ProfilingInfo race.
by Nicolas Geoffray
· 7 years ago
7989ac9
Save the JIT compiled code when the class isn't initialized yet.
by Nicolas Geoffray
· 7 years ago
d03e8dd
Fix longstanding JIT bug in interaction with class initialization.
by Nicolas Geoffray
· 7 years ago
d355acf
Clean up Object size related read barriers.
by Vladimir Marko
· 7 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 7 years ago
5708376
Revert "Remove code size from OatQuickMethodHeader"
by Nicolas Geoffray
· 7 years ago
131f23a
Remove code size from OatQuickMethodHeader
by David Srbecky
· 7 years ago
226805d
Deoptimize zygote compiled methods in DeoptimizeBootImage.
by Nicolas Geoffray
· 7 years ago
889e29a
Merge "Cleanup native debug interface api."
by David Srbecky
· 7 years ago
afc60cd
Cleanup native debug interface api.
by David Srbecky
· 8 years ago
ae982f9
Remove CHECK given jvmti deallocates memory.
by Nicolas Geoffray
· 7 years ago
1c1c6e6
Remove CHECK and don't free code/data in zygote space.
by Nicolas Geoffray
· 7 years ago
ce9ed36
Enable JIT in zygote.
by Nicolas Geoffray
· 8 years ago
ef6b2aa
Merge "Revert^4 "ART: Add StackVisitor accepting a lambda""
by Treehugger Robot
· 8 years ago
e36e7f2
Store ImtIndex in ArtMethod.
by David Srbecky
· 8 years ago
80e6a09
Merge "Refactor code around JIT creation."
by Nicolas Geoffray
· 8 years ago
1afdfe6
Wait until inline cache is accessible in GetProfiledMethods.
by Nicolas Geoffray
· 8 years ago
7a2c7c2
Refactor code around JIT creation.
by Nicolas Geoffray
· 8 years ago
c7d878d
Revert^4 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 8 years ago
ec43a01
Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""
by Nicolas Geoffray
· 8 years ago
3d477f3
Revert^2 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 8 years ago
b9f1af5
Small cleanups in jit_code_cache.
by Nicolas Geoffray
· 8 years ago
c980df6
Merge "Revert "ART: Add StackVisitor accepting a lambda""
by Andreas Gampe
· 8 years ago
8248490
Revert "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 8 years ago
e09485f
Merge "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 8 years ago
a7edd0d
Fix JIT creation so it picks up runtime flags.
by Nicolas Geoffray
· 8 years ago
36f8d22
ART: Add StackVisitor accepting a lambda
by Andreas Gampe
· 8 years ago
ad28f5e
ART: add hook for framework to set SELinux context
by Orion Hodson
· 8 years ago
1130659
Refactor MemMap::MapAnonymous().
by Vladimir Marko
· 8 years ago
88dbad3
ART: Do some include-what-you-use
by Andreas Gampe
· 8 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 8 years ago
1d3fd08
Revert^4 "ART: Dual mapping of JIT code pages"
by Orion Hodson
· 8 years ago
1bfce38
Revert^3 "ART: Dual mapping of JIT code pages"
by Andreas Gampe
· 8 years ago
0e904ff
Revert^2 "ART: Dual mapping of JIT code pages""
by Orion Hodson
· 8 years ago
5d7015c
Merge "Revert "Test for jit deadlock""
by Nicolas Geoffray
· 8 years ago
819824b
Revert "Test for jit deadlock"
by Nicolas Geoffray
· 8 years ago
604e234
Merge "Revert "ART: Dual mapping of JIT code pages""
by Orion Hodson
· 8 years ago
60eaabe
Revert "ART: Dual mapping of JIT code pages"
by Andreas Gampe
· 8 years ago
d75a268
Merge "ART: Dual mapping of JIT code pages"
by Orion Hodson
· 8 years ago
0e314f0
ART: Dual mapping of JIT code pages
by Orion Hodson
· 8 years ago
6c4f8e8
Merge "Pass JIT roots as a vector<Handle<>> to JIT cache."
by Vladimir Marko
· 8 years ago
0e2cf3f
Merge "Test for jit deadlock"
by Treehugger Robot
· 8 years ago
b7ac4a0
Test for jit deadlock
by Alex Light
· 8 years ago
ac3ac68
Pass JIT roots as a vector<Handle<>> to JIT cache.
by Vladimir Marko
· 8 years ago
563ada2
ART: Add wrappers for membarrier and memfd_create()
by Orion Hodson
· 8 years ago
d7a7f2f
Remove read barriers in Class::IsClassClass and Object::IsClass
by Mathieu Chartier
· 8 years ago
38d29fd
ART: Simplify cache flush calls
by Orion Hodson
· 8 years ago
f233136
ART: Add FlushInstructionPipeline()
by Orion Hodson
· 8 years ago
c09cd05
Reserve boot image memory in one go.
by Vladimir Marko
· 8 years ago
92597a8
Replace ashmem in ART with prctl
by Joel Fernandes (Google)
· 8 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 8 years ago
c34bebf
Remove unnecessary indirection from MemMap.
by Vladimir Marko
· 8 years ago
33b7b5d
Revert^2 "Fix race in CommitCodeInternal and cleanup"
by Alex Light
· 8 years ago
Next »