Branch: Tag:

2008-11-19

2008-11-19 21:36:39 by Martin Stjernholm <mast@lysator.liu.se>

Added a FAST_CHECK_THREADS_ON_CALL wrapper for use from machine code.

Rev: src/interpret.c:1.410
Rev: src/interpret.h:1.178

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: interpret.h,v 1.177 2008/11/19 21:25:43 mast Exp $ + || $Id: interpret.h,v 1.178 2008/11/19 21:36:39 mast Exp $   */      #ifndef INTERPRET_H
740:   BLOCK_ALLOC(pike_frame,128);      #ifdef PIKE_USE_MACHINE_CODE + void call_check_threads_etc();   #if defined(OPCODE_INLINE_BRANCH) || defined(INS_F_JUMP) || \    defined(INS_F_JUMP_WITH_ARG) || defined(INS_F_JUMP_WITH_TWO_ARGS)   void branch_check_threads_etc();