Difference between revisions of "User:Cory Fimicoloud"
Jump to navigation
Jump to search
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{User:Cory Fimicoloud/hcard}} | {{User:Cory Fimicoloud/hcard}} | ||
==Miscellaneous== | ==Miscellaneous== | ||
=== | ===LSO/MONO Differences=== | ||
{| border="1" cellpadding="3" cellspacing="0" | {| border="1" cellpadding="3" cellspacing="0" | ||
!VM | !VM | ||
!Average | !Average | ||
!Total | !Total | ||
|+State Changing | |+State Changing<br>''1000 iterations, in seconds.'' | ||
|- | |- | ||
| | |LSO | ||
|0.000038 | |||
|00.037993 | |||
|- | |||
|MONO | |||
|0.010054 | |0.010054 | ||
|10.053950 | |10.053950 | ||
|} | |||
{| border="1" cellpadding="3" cellspacing="0" | |||
!VM | |||
!Count | |||
!Count + 1 Error | |||
|+Nested If Statements Limit | |||
|- | |||
|LSO | |||
|1474 | |||
|Byte code assembly failed -- out of memory | |||
|- | |- | ||
| | |MONO | ||
| | |2497 | ||
| | |Syntax error | ||
|} | |} | ||
Latest revision as of 12:43, 10 June 2009
Profile
Born:
Sat 12th May 2007
Miscellaneous
LSO/MONO Differences
VM | Average | Total |
---|---|---|
LSO | 0.000038 | 00.037993 |
MONO | 0.010054 | 10.053950 |
VM | Count | Count + 1 Error |
---|---|---|
LSO | 1474 | Byte code assembly failed -- out of memory |
MONO | 2497 | Syntax error |