【发布时间】:2018-08-21 13:45:59
【问题描述】:
因为我在 Google 上找不到任何东西,而且我以前从未见过这样的语法
t11 = phi [0: 2:int, 1: t10] #i
t12 = t11 < 70:int
if t12 goto 1 else 2
t2 = t11 / 2:int
t3 = &pow10tab[t11]
t4 = &pow10tab[t2]
t5 = *t4
t6 = t11 - t2
我想问一下显示的是什么编程语言?
【问题讨论】:
-
您能否提供更多关于这个 sn-p 来自哪里的信息? IE。如果它来自一个文件,文件名和扩展名。如果它是包或目录的一部分,那么它的名称是什么?
-
这段代码来自一个文本文件,它是一个需要解决的问题(某种挑战)的一部分。该文件的名称只是 f67890.txt。有很多类似这些行的行:(该文件包含大约 185k 行)在 /usr/lib/go-1.7/src/math/floor_asm.go:10:6 处启动 math.hasSSE4。 (外部)从 math.hasSSE4 返回,在 /usr/lib/go-1.7/src/math/floor_asm.go:12:22 继续 math.init。 *useSSE4 = t1 t2 = &_gamP[0:int] t3 = &_gamP[1:int]
-
该文件是否来自第十届计算机科学及其应用国际会议(CSA 2018)? ... 35.194.63.219/csa_2018/trace_me_if_you_can/f67890.txt)。说什么反对SSA representation of the intermediate stages of the Go compiler?