mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 22:49:11 +00:00
Reduce build graph by another 14 percent
That's a 37% reduction total from what it was on 2022-05-23.
This commit is contained in:
parent
c2211c9e63
commit
8e176fb026
4029 changed files with 4620 additions and 4675 deletions
|
@ -28,5 +28,5 @@ hook_calloc:
|
|||
.hidden dlcalloc
|
||||
ezlea dlcalloc,ax
|
||||
stosq
|
||||
yoink free
|
||||
.yoink free
|
||||
.init.end 202,_init_calloc
|
||||
|
|
|
@ -27,7 +27,7 @@ hook_free:
|
|||
.init.start 202,_init_free
|
||||
ezlea dlfree,ax
|
||||
stosq
|
||||
yoink realloc
|
||||
.yoink realloc
|
||||
.init.end 202,_init_free
|
||||
|
||||
.hidden dlfree
|
||||
|
|
|
@ -28,5 +28,5 @@ hook_malloc:
|
|||
.hidden dlmalloc
|
||||
ezlea dlmalloc,ax
|
||||
stosq
|
||||
yoink free
|
||||
.yoink free
|
||||
.init.end 202,_init_malloc
|
||||
|
|
|
@ -28,5 +28,5 @@ hook_malloc_trim:
|
|||
.hidden dlmalloc_trim
|
||||
ezlea dlmalloc_trim,ax
|
||||
stosq
|
||||
yoink free
|
||||
.yoink free
|
||||
.init.end 202,_init_malloc_trim
|
||||
|
|
|
@ -28,5 +28,5 @@ hook_memalign:
|
|||
.hidden dlmemalign
|
||||
ezlea dlmemalign,ax
|
||||
stosq
|
||||
yoink free
|
||||
.yoink free
|
||||
.init.end 202,_init_memalign
|
||||
|
|
|
@ -28,5 +28,5 @@ hook_realloc:
|
|||
.hidden dlrealloc
|
||||
ezlea dlrealloc,ax
|
||||
stosq
|
||||
yoink free
|
||||
.yoink free
|
||||
.init.end 202,_init_realloc
|
||||
|
|
|
@ -28,5 +28,5 @@ hook_realloc_in_place:
|
|||
.hidden dlrealloc_in_place
|
||||
ezlea dlrealloc_in_place,ax
|
||||
stosq
|
||||
yoink free
|
||||
.yoink free
|
||||
.init.end 202,_init_realloc_in_place
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue