diff options
author | Fangrui Song <[email protected]> | 2019-09-19 00:04:29 -0700 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-09-21 13:24:58 +0900 |
commit | e006b992c29decb01865b0749e35a4cfc872bdaf (patch) | |
tree | e17f2049abd0a273ea9dc6980b9968f86bbda42e /test/ruby | |
parent | 27144de2bd95c5886c3d4400c3b8aea932b856f1 (diff) |
typedef rb_jmpbuf_t to void *[5] if __builtin_setjmp is used
The built-in version operates on a buffer of 5 words, much smaller than
the size of jmp_buf defined in libc.
Note, powerpc requires 5 words, while arm and x86_64 just require 3.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/2471
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions