sam.saffron (Sam Saffron)
- Login: sam.saffron
- Email: sam.saffron@gmail.com
- Registered on: 07/22/2012
- Last connection: 03/31/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 12 | 35 | 47 |
Activity
01/04/2022
-
02:29 AM Ruby master Bug #18454: YJIT slowing down key Discourse benchmarks
- @k0kubun already doing 20 iterations as a warmup, so it is not likely :cry: https://github.com/discourse/discourse/b...
12/31/2021
-
12:53 AM Ruby master Bug #18454 (Open): YJIT slowing down key Discourse benchmarks
4 out of 6 key Discourse benchmarks used in: https://github.com/discourse/discourse/blob/main/script/bench.rb are s...
09/28/2021
-
10:40 PM Ruby master Feature #18229: Proposal to merge YJIT
- I have a timing question, is there any chance we can land this in the next month or so, that way we will have a bit m...
05/19/2021
-
12:21 AM Ruby master Bug #17781: Resolv::DNS RequestID table allocations are never freed, causing DNS lookups to eventually hang
- update... https://github.com/ruby/resolv/pull/9/files got merged.
05/17/2021
-
04:15 AM Ruby master Misc #17811: DevelopersMeeting20210521Japan
- * [Bug #17781] Resolv::DNS RequestID table allocations are never freed, causing DNS lookups to eventually hang
* ...
05/11/2021
-
10:23 PM Ruby master Feature #17837: Add support for Regexp timeouts
- An alternative may be something like:
`Thread.safe_raise` which allows for raising in places we consider "safe" l... -
10:22 PM Ruby master Feature #17837: Add support for Regexp timeouts
- @nobu I follow but unfortunately there are many ways in which `thread.raise` can corrupt internal state.
See: htt... -
07:33 AM Ruby master Feature #17837: Add support for Regexp timeouts
- I tested with:
```
diff --git a/thread.c b/thread.c
index 47e43ecb63..811b6e88a8 100644
--- a/thread.c
+++ b/...
05/07/2021
-
08:14 AM Ruby master Feature #17837: Add support for Regexp timeouts
- @mame not sure if the compiler takes care of this but maybe we can avoid calls to GET_THREAD if the static reg_match_...
05/03/2021
-
07:57 AM Ruby master Feature #17837: Add support for Regexp timeouts
- > Shouldn't an app have a global timeout per request anyway
Sort of, it gets complicated. Unicorn is easy cause it...
Also available in: Atom