From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 6C38C19A042C for ; Tue, 1 Sep 2015 18:32:27 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 3F586B5D8AB for ; Tue, 1 Sep 2015 18:53:37 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 85DC797A820 for ; Tue, 1 Sep 2015 18:53:39 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 660AD952446 for ; Tue, 1 Sep 2015 18:53:37 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 7D56D1205FF; Tue, 1 Sep 2015 18:53:36 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from sakura2.atdot.net (www4150ue.sakura.ne.jp [219.94.244.164]) by neon.ruby-lang.org (Postfix) with ESMTP id D1D421204F7 for ; Tue, 1 Sep 2015 18:53:32 +0900 (JST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by sakura2.atdot.net (Postfix) with ESMTP id 9397011812E; Tue, 1 Sep 2015 18:53:32 +0900 (JST) To: ruby-core@ruby-lang.org References: From: SASADA Koichi X-Enigmail-Draft-Status: N1110 Message-ID: <55E5759D.4000908@atdot.net> Date: Tue, 1 Sep 2015 18:53:33 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-ML-Name: ruby-core X-Mail-Count: 70648 Subject: [ruby-core:70648] Re: [Ruby trunk - Feature #11348] TracePoint API needs events for fiber's switching X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" On 2015/09/01 18:12, os97673@gmail.com wrote: > I've provided the example ask how to guarantee that we will not stop somewhere inside f1's implementation. Why you don't want to stop in a fiber? -- // SASADA Koichi at atdot dot net