verilator/test_regress
Geza Lore f3bace10ae
Improve V3Premit performance etc. (#4736)
- Enable creating constant pool entries for RHS of simple
  var = const assignments
- Never extract ArraySel (it's just pointer arithmetic)
- Remove unnecessary AstTraceInc precond child tree
- Always fully recurse expressions (fix transplanted from #4617)
- General cleanup

Overall the patch is performance neutral to slightly positive, but saves
~10% peak Verialtor memory usage due to not creating temporaries (which
are later expanded) for any ArraySels.
2023-12-06 09:42:46 -05:00
..
t Improve V3Premit performance etc. (#4736) 2023-12-06 09:42:46 -05:00
.gdbinit Revert .gdbinit modified by accident. (#4330) 2023-06-30 16:57:31 -04:00
.gitignore
CMakeLists.txt Fix cmake 3.12+ warnings on MSWIN. 2023-02-03 17:16:39 -05:00
Makefile make: add test-snap/test-diff targets (#4635) 2023-10-28 15:58:29 +01:00
Makefile_obj Make VL_LOCK_SPINS configurable 2023-10-21 18:05:53 +01:00
driver.pl fix --rrsim (#4725) 2023-11-30 07:15:12 -05:00
input.vc
input.xsim.vc