index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dynarec
/
dynarec_native.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplified dynablock handling (reduced memory consuption)
ptitSeb
2023-02-19
1
-11
/
+18
*
[DYNAREC] Various small fixes and improvment on Dynarec
ptitSeb
2023-02-16
1
-0
/
+13
*
[DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...
ptitSeb
2023-02-12
1
-1
/
+5
*
[DYNAREC] make jmp 0 do a jmp_to_next to allow the block to be checked and re...
ptitSeb
2022-12-31
1
-1
/
+1
*
[DYNAREC] Small changes on pagesize and hotpage
ptitSeb
2022-12-02
1
-3
/
+2
*
[DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE
ptitSeb
2022-12-01
1
-2
/
+5
*
[DYNAREC] Pre-allocate more instructions on FillBlock64
ptitSeb
2022-11-15
1
-1
/
+1
*
Fixed a small memory leak with Dynarec
ptitSeb
2022-11-02
1
-0
/
+3
*
Remove dynablocklist (#438)
ptitSeb
2022-10-31
1
-95
/
+68
*
[DYNAREC] Small change to use alloca instead of customMalloc
ptitSeb
2022-10-29
1
-8
/
+2
*
[DYNAREC] More log when using BOX64_NODYNAREC
ptitSeb
2022-10-28
1
-0
/
+1
*
[DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...
ptitSeb
2022-10-24
1
-80
/
+50
*
[DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)
ptitSeb
2022-10-24
1
-21
/
+24
*
[DYNAREC] Forget this realloc->box_realloc
ptitSeb
2022-10-23
1
-1
/
+1
*
[DYNAREC] Small change on how add_next/get_closest_next works
ptitSeb
2022-10-22
1
-4
/
+11
*
Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...
ptitSeb
2022-09-26
1
-0
/
+3
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
1
-20
/
+20
*
[DYNAREC] Improved pred_sz computation
ptitSeb
2022-07-16
1
-8
/
+10
*
[DYNAREC] More color for DYNAREC_DUMP=2
ptitSeb
2022-07-10
1
-4
/
+4
*
[DYNAREC] Remove assert, the test is not relevent anymore
ptitSeb
2022-06-25
1
-1
/
+0
*
[DYNAREC] Fixed an issue with fillPredecessor that would undersize the predec...
ptitSeb
2022-06-25
1
-3
/
+3
*
[DYNAREC] Small optim on flags barrier handling
ptitSeb
2022-04-18
1
-10
/
+7
*
[DYNAREC] Refactored dynarec, using box86 refactor
ptitSeb
2022-04-09
1
-62
/
+169
*
[DYNAREC] And more multiarch changes
ptitSeb
2022-02-27
1
-4
/
+4
*
[DYNAREC] Even more work on multiarch
ptitSeb
2022-02-27
1
-0
/
+5
*
[DYNAREC] More work on multi-arch
ptitSeb
2022-02-27
1
-13
/
+13
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-0
/
+535
[prev]