Skip to content

Commit 00d1e6b

Browse files
PandTomBChips-fr
authored andcommitted
- Performance enhancement for JIT (armv7 and aarch64)
- Cleanup after profiling - LDR/STR handling for aarch64 in sigsev_handler
1 parent dbc4e84 commit 00d1e6b

14 files changed

+2221
-2084
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ How to compile for raspberry:
2424

2525
make
2626

27-
Of for Raspberry Pi 4 in 64 Bits (with OpenGLES by default otherwise see Makefile):
27+
Or for Raspberry Pi 4 in 64 Bits (with OpenGLES by default otherwise see Makefile):
2828

2929
make PLATFORM=rpi64bits
3030

changelog.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-08-11 - Performance enhancement for JIT (armv7 and aarch64)
2+
- Cleanup after profiling
3+
- LDR/STR handling for aarch64 in sigsev_handler
14
2019-08-04 - Cleanup in JIT
25
2019-07-17 - Fixed sigsegv-handler for aarch64
36
2019-07-11 - Optimize aarch64 JIT

0 commit comments

Comments
 (0)