Use macro auto_restore!.
This commit is contained in:
@@ -14,6 +14,7 @@ Breaking API changes
|
||||
--------------------
|
||||
|
||||
* The callback for initializing a debugger instance has changed to `Fn(&Engine, Debugger) -> Debugger`. This allows more control over the initial setup of the debugger.
|
||||
* The internal macro `reify!` is no longer available publicly.
|
||||
|
||||
Deprecated API's
|
||||
----------------
|
||||
@@ -25,7 +26,7 @@ Speed improvements
|
||||
------------------
|
||||
|
||||
* The functions registration mechanism is revamped to take advantage of constant generics, among others.
|
||||
* This yields a 20% speed improvements on certain real-life, function-call-heavy workloads.
|
||||
* This yields a 10-20% speed improvements on certain real-life, function-call-heavy workloads.
|
||||
|
||||
Net features
|
||||
------------
|
||||
|
Reference in New Issue
Block a user