blob: 27ef959d77b60a44de27187d828155036e151e07 (
plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
<!DOCTYPE html>
<html lang="ja-JP">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="nsfisis">
<meta name="copyright" content="© 2024 nsfisis">
<meta name="description" content="「Tracing JIT の発動条件」(PHP 勉強会@東京 第163回 で登壇)">
<meta name="keywords" content="PHP,PHP 勉強会@東京">
<meta property="og:type" content="article">
<meta property="og:title" content="Tracing JIT の発動条件 (PHP 勉強会@東京 第163回)|nsfisis’ slides">
<meta property="og:description" content="「Tracing JIT の発動条件」(PHP 勉強会@東京 第163回 で登壇)">
<meta property="og:site_name" content="nsfisis’ slides">
<meta property="og:locale" content="ja_JP">
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Tracing JIT の発動条件 (PHP 勉強会@東京 第163回)|nsfisis’ slides</title>
<link rel="stylesheet" href="/style.css?h=c171793a210d62f7ff2ddf54208f34e5">
</head>
<body class="single">
<link rel="stylesheet" href="/slides.css?h=4934be6a5e853e2cbd6e7aff310d5ec1">
<header class="header">
<div class="site-logo">
<a href="https://nsfisis.dev/">nsfisis.dev</a>
</div>
<nav class="nav">
<ul>
<li>
<a href="https://about.nsfisis.dev/">About</a>
</li>
<li>
<a href="/slides/">Slides</a>
</li>
<li>
<a href="/tags/">Tags</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<article class="post-single">
<header class="post-header">
<h1 class="post-title">Tracing JIT の発動条件</h1>
<ul class="post-tags">
<li class="tag">
<a class="tag-inner" href="/tags/php/">PHP</a>
</li>
<li class="tag">
<a class="tag-inner" href="/tags/phpstudy-tokyo/">PHP 勉強会@東京</a>
</li>
</ul>
</header>
<div class="post-content">
<section id="changelog">
<h2><a href="#changelog">更新履歴</a></h2>
<ol>
<li class="revision">
<time datetime="2024-04-25">2024-04-25</time>: 登壇
</li>
</ol>
</section>
<canvas data-slide-link="/slides/2024-04-25/phpstudy-tokyo-163/slide.pdf" id="slide">
</canvas>
<div class="controllers">
<div class="controllers-buttons">
<button id="prev" type="button">
<svg fill="none" height="20" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" width="20">
<path d="M15 18l-6-6 6-6">
</path>
</svg>
</button>
<button id="next" type="button">
<svg fill="none" height="20" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" width="20">
<path d="M9 18l6-6-6-6">
</path>
</svg>
</button>
</div>
</div>
<script src="/slide.js?h=576ac460bf207f82a64f2ad3500a4564" type="module">
</script>
</div>
</article>
</main>
<footer class="footer">
© 2021 nsfisis
</footer>
</body>
</html>
|