1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 18:25:13 +00:00
qb64/internal/support/vwatch
FellippeHeitor 6befb6faa0 Fix how _FLOAT is dealt with ($Debug).
Turns out QB64 promises to store all _FLOATs using 32 bytes.
I imagine that is how Galleon planned for eventually storing
larger floating point numbers, but, as it's been observed,
_FLOAT are actually `long double` variables, so they take up
16 bytes. This not a problem for regular variables, but it
does take a toll for arrays, as values are actually stored
as a sequence of 16-byte numbers.

This patch is a hack. But so is FLOAT right now.
2021-09-28 03:38:24 -03:00
..
vwatch.bi Ignores local variable requests when out of scope. 2021-07-27 12:18:50 -03:00
vwatch.bm Fix how _FLOAT is dealt with ($Debug). 2021-09-28 03:38:24 -03:00
vwatch_stub.bm Begins folder reorganization (internal/support). 2021-07-22 18:39:20 -03:00