浏览代码

PPC: Add table.getn() fast function.

Mike Pall 15 年之前
父节点
当前提交
14cd10e322
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/buildvm_ppc.dasc

+ 6 - 1
src/buildvm_ppc.dasc

@@ -1322,7 +1322,12 @@ static void build_subroutines(BuildCtx *ctx)
   |//-- Table library ------------------------------------------------------
   |
   |.ffunc_1 table_getn
-  |  NYI
+  |  checktab CARG1
+  |  checkfail ->fff_fallback
+  |  bl extern lj_tab_len		// (GCtab *t)
+  |  // Returns uint32_t (but less than 2^31).
+  |  efdcfsi CRET1, CRET1
+  |  b ->fff_restv
   |
   |//-- Bit library --------------------------------------------------------
   |