Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
b08d5db0bebd9a17b6e66cb98aeedcc744f6d1eb
/
runtime
/
jit
b08d5db
Move location of where we clear thread pool tasks post fork.
by Nicolas Geoffray
· 6 years ago
4bd5234
ART: Scope runnable part of JitCompileTask
by Andreas Gampe
· 6 years ago
431a7e5
ART: Fix some thread-annotalysis issues in ProfileSaver
by Andreas Gampe
· 6 years ago
2808be8
ART: Introduce stackmap with no DexRegInfo.
by Artem Serov
· 7 years ago
8d6651d
Disable jit_memory_region_test tests on buggy kernels.
by Nicolas Geoffray
· 6 years ago
e32d24c
Store zygote compiled code in a shared map.
by Nicolas Geoffray
· 6 years ago
d17eac6
Fix for 689-zygote-jit-deopt on kernels before 3.11rc2
by Orion Hodson
· 6 years ago
ab682a7
Blind fix for fixing 689-zygote-jit-deopt on host bionic.
by Nicolas Geoffray
· 6 years ago
5e33ccd
Don't force-allocate a profiling info when we cannot.
by Nicolas Geoffray
· 6 years ago
af213cc
Fix ClearEntryPointsInZygoteExecSpace.
by Nicolas Geoffray
· 6 years ago
714fad6
Delete tasks when deleting a thread pool.
by Nicolas Geoffray
· 6 years ago
05b41c4
Prepare for sharing JIT code after fork.
by Nicolas Geoffray
· 6 years ago
3a614ea
Add more tests around JitMemoryRegion.
by Nicolas Geoffray
· 6 years ago
88f3fd9
jitzygote: madvise DONTFORK on writable shared region.
by Nicolas Geoffray
· 6 years ago
ac933ed
Create a dual view for zygote data cache.
by Nicolas Geoffray
· 6 years ago
a48c3df
Revert "Revert "Make the JIT zygote memory shared.""
by Nicolas Geoffray
· 6 years ago
e764f38
Remove unnecessary cache alignment fixes
by Orion Hodson
· 6 years ago
2fef66b
Revert "Make the JIT zygote memory shared."
by Nicolas Geoffray
· 6 years ago
aeb0223
Retry cache flushes on ARMv7 devices
by Orion Hodson
· 6 years ago
05f8721
Make the JIT zygote memory shared.
by Nicolas Geoffray
· 6 years ago
00a37ff
Move code writing to data portion of the JIT cache in JitMemoryRegion.
by Nicolas Geoffray
· 6 years ago
f5a07ae
Delete global ref created for the JitProfileTask.
by Nicolas Geoffray
· 6 years ago
a61dbc0
Remove useless ScopedCodeCacheWrite calls.
by Nicolas Geoffray
· 6 years ago
349845a
Move JIT code allocation to JitMemoryRegion.
by Nicolas Geoffray
· 6 years ago
521ff98
For 32-bit ARM devices align method headers and code to 64-byte boundaries.
by Orion Hodson
· 6 years ago
3149252
Fix memory leak in JIT cache
by Orion Hodson
· 6 years ago
9c54e18
Simplify JIT memory region creation.
by Nicolas Geoffray
· 6 years ago
2411f49
Add helpers to allocate JIT memory in zygote.
by Nicolas Geoffray
· 6 years ago
741a070
Fix two bugs in jitzygote configuration.
by Nicolas Geoffray
· 6 years ago
7f7539b
Pass the memory region to allocate into to the compiler / allocation.
by Nicolas Geoffray
· 6 years ago
2a905b2
Move memory related regions of the JIT cache in its own class.
by Nicolas Geoffray
· 6 years ago
29bb803
Don't use prejit for jit-at-first-use.
by Nicolas Geoffray
· 6 years ago
d2f13ba
Remove requirement of a ProfilingInfo for jitted code.
by Nicolas Geoffray
· 6 years ago
df1ab20
ART: Avoid shared cache lines for JIT code allocations
by Orion Hodson
· 6 years ago
9ac09ee
jitzygote: compile system server methods at boot.
by Nicolas Geoffray
· 6 years ago
eab0248
Clean up after obsolete methods update fix.
by Vladimir Marko
· 6 years ago
0d54cfb
jitzygote: Special case system server to keep the JIT queue at fork.
by Nicolas Geoffray
· 6 years ago
c5e3a52
Make compiling an apex image explicit.
by Nicolas Geoffray
· 6 years ago
36ec6c7
Fix DWARF line-number generation for JITed methods.
by David Srbecky
· 6 years ago
c45b589
jitzygote: JIT native methods on first use.
by David Srbecky
· 6 years ago
605a5fe
jitzygote: Fix DCHECKs
by David Srbecky
· 6 years ago
3db3d37
Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation.
by David Srbecky
· 6 years ago
a3b31ba
Fix ProfilingInfo race.
by Nicolas Geoffray
· 6 years ago
b10f028
Special case one class in jit zygote.
by Nicolas Geoffray
· 6 years ago
7989ac9
Save the JIT compiled code when the class isn't initialized yet.
by Nicolas Geoffray
· 6 years ago
dc2fbb6
jitzygote: create a type lookup table at runtime for bootclasspath dex files.
by Nicolas Geoffray
· 6 years ago
d03e8dd
Fix longstanding JIT bug in interaction with class initialization.
by Nicolas Geoffray
· 6 years ago
1ed4515
Fix flaky 137-cfi test.
by David Srbecky
· 6 years ago
d271809
Don't JIT compile eagerly methods that have the resolution stub.
by Nicolas Geoffray
· 6 years ago
76b9c69
Split JIT mini-debug-info packing and compression to two phases.
by David Srbecky
· 6 years ago
f59bc11
Couple of improvements in the jit zygote pass.
by Nicolas Geoffray
· 6 years ago
d355acf
Clean up Object size related read barriers.
by Vladimir Marko
· 6 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 6 years ago
175ce3d
Add callback for notifying that startup is completed
by Mathieu Chartier
· 6 years ago
5708376
Revert "Remove code size from OatQuickMethodHeader"
by Nicolas Geoffray
· 6 years ago
953da54
Clear the JIT task queue for child zygote.
by Nicolas Geoffray
· 6 years ago
1d077ac
Also JIT non-startup methods in zygote.
by Nicolas Geoffray
· 6 years ago
de1b2a2
Revert "Revert "Add support for booting with a boot classpath not fully AOTed.""
by Nicolas Geoffray
· 6 years ago
14bfedd
Revert "Add support for booting with a boot classpath not fully AOTed."
by Andreas Gampe
· 6 years ago
e570870
Merge "Remove code size from OatQuickMethodHeader"
by David Srbecky
· 6 years ago
98b970d
Merge "Add support for booting with a boot classpath not fully AOTed."
by Nicolas Geoffray
· 6 years ago
7417ce9
Add support for booting with a boot classpath not fully AOTed.
by Nicolas Geoffray
· 7 years ago
53eb07f
Refactor ElfDebugReader.
by David Srbecky
· 6 years ago
131f23a
Remove code size from OatQuickMethodHeader
by David Srbecky
· 7 years ago
876a2ab
Allow the use of filenames when traking code paths for profiling
by Calin Juravle
· 7 years ago
fe2886d
Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage."
by Nicolas Geoffray
· 7 years ago
1a07435
Add more verbose logging to profiler
by Mathieu Chartier
· 7 years ago
9383d69
Allow multiple native debug entries with same address.
by David Srbecky
· 7 years ago
6c22540
Merge "Revert^2 "Reduce the number of calls to Jit::AddSamples.""
by David Srbecky
· 7 years ago
30a8c4b
Merge "Pack JIT mini-debug-infos together."
by David Srbecky
· 7 years ago
226805d
Deoptimize zygote compiled methods in DeoptimizeBootImage.
by Nicolas Geoffray
· 7 years ago
0b21e41
Pack JIT mini-debug-infos together.
by David Srbecky
· 7 years ago
e3fc2d1
Revert^2 "Reduce the number of calls to Jit::AddSamples."
by David Srbecky
· 7 years ago
98a520c
Merge "Revert "Revert "Add a baseline flag to JIT compile."""
by Treehugger Robot
· 7 years ago
075456e
Revert "Revert "Add a baseline flag to JIT compile.""
by Nicolas Geoffray
· 7 years ago
344b0d1
Revert "Add a baseline flag to JIT compile."
by Andreas Gampe
· 7 years ago
93c21ba
Avoid waiting for threads to create
by Mathieu Chartier
· 7 years ago
e734fe8
Add a baseline flag to JIT compile.
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
· 7 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
73d8cc7
Merge "Enable JIT in zygote."
by Nicolas Geoffray
· 7 years ago
7fbc4a5
ART: Move to using locks.h instead of mutex.h
by Andreas Gampe
· 7 years ago
ce9ed36
Enable JIT in zygote.
by Nicolas Geoffray
· 7 years ago
0402f4b
Revert "Reduce the number of calls to Jit::AddSamples."
by Nicolas Geoffray
· 7 years ago
db94f2b
Reduce the number of calls to Jit::AddSamples.
by David Srbecky
· 7 years ago
ef6b2aa
Merge "Revert^4 "ART: Add StackVisitor accepting a lambda""
by Treehugger Robot
· 7 years ago
0800562
Merge "Store ImtIndex in ArtMethod."
by David Srbecky
· 7 years ago
23b729e
Merge "Revert^2 "Refactor code around JIT creation.""
by Nicolas Geoffray
· 7 years ago
c9de61c
Revert^2 "Refactor code around JIT creation."
by Nicolas Geoffray
· 7 years ago
e36e7f2
Store ImtIndex in ArtMethod.
by David Srbecky
· 7 years ago
a61a969
Merge "Revert "Refactor code around JIT creation.""
by Treehugger Robot
· 7 years ago
763cd98
Revert "Refactor code around JIT creation."
by Andreas Gampe
· 7 years ago
80e6a09
Merge "Refactor code around JIT creation."
by Nicolas Geoffray
· 7 years ago
1afdfe6
Wait until inline cache is accessible in GetProfiledMethods.
by Nicolas Geoffray
· 7 years ago
7a2c7c2
Refactor code around JIT creation.
by Nicolas Geoffray
· 7 years ago
c7d878d
Revert^4 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 7 years ago
ec43a01
Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""
by Nicolas Geoffray
· 7 years ago
3d477f3
Revert^2 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 7 years ago
Next »