File: track1.s

package info (click to toggle)
pypy 2.4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 86,992 kB
  • ctags: 170,715
  • sloc: python: 1,030,417; ansic: 43,437; cpp: 5,241; asm: 5,169; sh: 458; makefile: 408; xml: 231; lisp: 45
file content (31 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; Function compile flags: /Odtp
_TEXT	SEGMENT
_pypy_g_frameworkgc_setup PROC

; 46   : void pypy_g_frameworkgc_setup(void) {

	push	ebp
	mov	ebp, esp
$block0$37400:

; 47   : 
; 48   :     block0:
; 49   : 	pypy_g_SemiSpaceGC_setup((&pypy_g_pypy_rpython_memory_gc_semispace_SemiSpaceGC));

	push	OFFSET _pypy_g_pypy_rpython_memory_gc_semispace_SemiSpaceGC
	call	_pypy_g_SemiSpaceGC_setup
      ;; expected {4(%ebp) | %ebx, %esi, %edi, (%ebp) | }
	add	esp, 4
$block1$37401:

; 50   : 	goto block1;
; 51   : 
; 52   :     block1:
; 53   : 	RPY_DEBUG_RETURN();
; 54   : 	return /* nothing */;
; 55   : }

	pop	ebp
	ret	0
_pypy_g_frameworkgc_setup ENDP
_TEXT	ENDS