mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Correction: 4 bits = max 15 references
This commit is contained in:
parent
2824079f1f
commit
99c57f3cb2
@ -31,12 +31,12 @@
|
||||
# Value | Max JsVars | Bytes per JsVar | Maximum References |
|
||||
# ------+--------------+-----------------+--------------------+
|
||||
# 4095 | 4095 | 13 | 255 |
|
||||
# 8191 | 8191 | 13 | 7 |
|
||||
# 8191 | 8191 | 13 | 15 |
|
||||
# 16383 | 16383 | 14 | 255 |
|
||||
# 65535 | 65535 | 16 | 255 |
|
||||
# ------+--------------+-----------------+--------------------+
|
||||
|
||||
# CAUTION: Chosing 8191 only allows 7 references to a variable. This
|
||||
# CAUTION: Chosing 8191 only allows 15 references to a variable. This
|
||||
# may be too restrictive to run some code.
|
||||
|
||||
# Using too large a JsVar format may limit how many JsVars can fit into
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user