diff options
author | tarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-29 17:26:01 +0000 |
---|---|---|
committer | tarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-29 17:26:01 +0000 |
commit | 12a99794b42de8c67d3caf596d20b8dbebdd2de6 (patch) | |
tree | d4d3887523b878ffcfe0244742987258685ec5d4 /thread.c | |
parent | 1887f60a8540f64f5c7bb14d57c0be70506941b8 (diff) | |
download | bundler-12a99794b42de8c67d3caf596d20b8dbebdd2de6.tar.gz |
* thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start):
revert r28078.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -99,13 +99,10 @@ static void reset_unblock_function(rb_thread_t *th, const struct rb_unblock_call static inline void blocking_region_end(rb_thread_t *th, struct rb_blocking_region_buffer *region); -void ruby_gc_stress_start(void); - #define RB_GC_SAVE_MACHINE_CONTEXT(th) \ do { \ rb_gc_save_machine_context(th); \ SET_MACHINE_STACK_END(&(th)->machine_stack_end); \ - ruby_gc_stress_start(); \ } while (0) #define GVL_UNLOCK_BEGIN() do { \ |