Skip to content

Commit f8d6436

Browse files
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

File tree

0 commit comments

Comments
 (0)