Difference between revisions of "User:Cory Fimicoloud"

From Second Life Wiki
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==
===LSL/Mono Differences===
===LSO/MONO Differences===
Results are from 1000 iterations and are in seconds.
{| 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.''
|-
|-
|Mono
|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
|-
|-
|LSL
|MONO
|0.000038
|2497
|00.037993
|Syntax error
|}
|}



Latest revision as of 12:43, 10 June 2009

Profile
Born:
Sat 12th May 2007

Miscellaneous

LSO/MONO Differences

VM Average Total
State Changing
1000 iterations, in seconds.
LSO 0.000038 00.037993
MONO 0.010054 10.053950
VM Count Count + 1 Error
Nested If Statements Limit
LSO 1474 Byte code assembly failed -- out of memory
MONO 2497 Syntax error

See Also