Commit f8d6436
committed
Reduce using ((*Real)x)->obj
((Real*)x)->obj, a reference from DATA to VALUE, will be garbled after gc compaction.
Real should not hold a reference to VALUE.
Remove dependeincy of ->obj in most par of bigdecimal.c.
Remaining functions are BigMath_s_exp, BigMath_s_log and BigDecimal_power.1 parent 8459a3c commit f8d6436
2 files changed
Lines changed: 519 additions & 431 deletions
0 commit comments