princjef / regex-rust

A regular expression library implemented natively in Rust using Pike VM
MIT License
2 stars 0 forks source link

Give threads in exec.rs their own stack pointer #6

Closed rbk2kb closed 10 years ago

rbk2kb commented 10 years ago

In order to allow the escape character \C, which matches a single byte no matter the encoding, the stack pointer for the VM needs to be factored out of the main loop and stored with each individual thread.

princjef commented 10 years ago

Closed by pr #11