-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thread_pthread.c: precise stack size
* thread_pthread.c (ruby_init_stack): round stack limit to page size boundary to calculate stack size more precisely. [ruby-dev:46174] [Bug ruby#7084] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
Thu Oct 4 11:43:28 2012 Nobuyoshi Nakada <[email protected]> | ||
|
||
* thread_pthread.c (ruby_init_stack): round stack limit to page size | ||
boundary to calculate stack size more precisely. [ruby-dev:46174] | ||
[Bug #7084] | ||
|
||
Wed Oct 3 19:51:57 2012 Narihiro Nakamura <[email protected]> | ||
|
||
* gc.c: Use the non-recursive marking instead of recursion. The | ||
|
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