-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not flush registers before reading procedure stack on E2K
Asm flushr instruction does not seem to be useful when followed by syscall(__NR_access_hw_stacks). * include/private/gc_priv.h [E2K] (GC_save_regs_in_stack): Do not declare. * mach_dep.c [E2K] (GC_save_regs_in_stack): Do not define. * mach_dep.c [!HAVE_PUSH_REGS && UNIX_LIKE && !NO_GETCONTEXT && E2K] (GC_with_callee_saves_pushed): Do not call GC_save_regs_in_stack(). * misc.c [!THREADS && !SPARC && E2K] (GC_do_blocking_inner): Likewise. * pthread_stop_world.c [!IA64 && E2K] (GC_push_all_stacks): Likewise. * pthread_support.c (GC_call_with_gc_active): Likewise.
- Loading branch information
Showing
5 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters