commit | 8fb105930851c7a722b4794f8348f72f29721cd0 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Apr 05 14:43:30 2022 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed Apr 06 14:16:07 2022 -0600 |
tree | 6eb7f14c9acc54476f20878ba624fae32385fc99 | |
parent | 6d088eb92ee42e05a4fbe797515229cf2acd0d99 [diff] |
Use new and delete in jit.c This changes jit.c to use new and delete, rather than XCNEW. This simplifies the code a little. This was useful for another patch I'm working on, and I thought it would make sense to send it separately. Regression tested on x86-64 Fedora 34.