You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steffen Märcker
f1b70b679f
Expressions.evaluate (binary,unary,function): Avoid explicit boxing of Booleans, Integers and Doubles
During the evaluate calls, the code previously used 'new Boolean' and 'new
Integer' constructors for the result values. By removing these allocations
and simply letting Java take care of boxing the resulting primitive
values, the integrated caching of Java can avoid creating objects in a
lot of cases (always for Boolean, and often for Integers in a certain
range).
(adapted by Joachim Klein from https://github.com/prismmodelchecker/prism/pull/91 )
Tag: performance
8 years ago
..
faq-erlang.jpg
Add html copy of manual into repo, for release building.
8 years ago
gui-sim.png
Add html copy of manual into repo, for release building.
8 years ago
gui1.gif
Add html copy of manual into repo, for release building.
8 years ago
gui2.gif
Add html copy of manual into repo, for release building.
8 years ago
lec3.dot.pdf
Add html copy of manual into repo, for release building.
8 years ago
lec3.pm
Add html copy of manual into repo, for release building.
8 years ago
lec12mdp.dot.pdf
Add html copy of manual into repo, for release building.
8 years ago
lec12mdp.nm
Add html copy of manual into repo, for release building.
8 years ago
lec12mdpa.dot.pdf
Add html copy of manual into repo, for release building.
8 years ago
lec12mdpa.nm
Add html copy of manual into repo, for release building.
8 years ago
poll2.dot.pdf
Add html copy of manual into repo, for release building.
8 years ago
poll2.sm
Add html copy of manual into repo, for release building.
8 years ago
pta.png
Add html copy of manual into repo, for release building.
8 years ago
sbml_ex_graph.png
Add html copy of manual into repo, for release building.
8 years ago