s_p_oneil (Sean O'Neil)
- Login: s_p_oneil
- Registered on: 09/16/2010
- Last sign in: 09/30/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
08/24/2015
-
03:43 PM Ruby Bug #11482 (Closed): Multiple versions of Ruby crashing with simple threaded client/server test
- Using the attached client and server scripts, I have been able to quickly crash every version of Ruby I tested from 1.9.3 to 2.2.3. Sometimes only the client crashes, sometimes only the server, and a few times I've seen both crash at the...
09/16/2010
-
10:27 PM Ruby Bug #3841 (Closed): RubyVM::InstructionSequence.to_a() and disasm() do not work properly for "for <var> in <list>"
- I have been playing with the concept of caching compiled Ruby instruction sequences and reloading them later. For now the simplest way to do it is to use RubyVM::InstructionSequence.to_a() and Marshal.dump() to convert the resulting arr...